home *** CD-ROM | disk | FTP | other *** search
- /* ==========================================================================
- **
- ** CheckBoxClass.h
- **
- ** ⌐1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #ifndef CHECKBOXCLASS_H
- #define CHECKBOXCLASS_H
-
- #include "CheckBox.h"
- #include "ValuatorClass.h"
-
-
- struct ValuatorClass *CheckBoxClass( void );
-
- void CheckBoxClass_Init( struct ValuatorClass *class );
-
-
- #endif